@charset "utf-8";
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Microsoft Yahei";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}

body {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 992px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 991px) {
	body {
		min-width: inherit;
		font-size: 14px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#header {
	padding: 0 15px;
	overflow: hidden;
}
#header .htel {
	max-width: 1400px;
	margin: 0 auto;
	text-align: right;
	color: #b60005;
	font-size: 30px;
	font-family: Impact, "sans-serif";
}
#header .htel img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#header .width {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#header h1 {
	max-width: 34%;
}
#header .navi {
	width: 56.5%;
	background-color: #0563E2;
	position: relative;
	box-sizing: border-box;
	padding-left: 10px;
}
#header .navi:before {
	width: 80px;
	position: absolute;
	left: -80px;
	top: 0;
	bottom: 0;
	background: url(../img/icon01.png) no-repeat;
	background-size: 80px 100%;
	content: "";
}
#header .navi:after {
	width: 9999px;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	background-color: #0563E2;
	content: "";
}
#header .navi ul {
	display: flex;
	justify-content: space-between;
}
#header .navi a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 78px;
	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
	position: relative;
}
#header .navi a:after,
#header .navi a:before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#header .navi a:after {
	left: 0;
	width: 0;
}
#header .navi a:before {
	right: 0;
	width: 0;
}
#header .navi a:hover:after,
#header .navi a:hover:before,
#header .navi .on a:after,
#header .navi .on a:before {
	width: 100%;
}

#footer {
	margin-top: 70px;
}
#footer .fbg {
	padding: 44px 15px 20px;
	background: url(../img/bg06.png) no-repeat center center;
	background-size: cover;
}
#footer .width {
	max-width: 1400px;
	margin: 0 auto;
}
#footer .copyright {
	padding: 10px 5px;
	background-color: #004db4;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#footer .copyright span {
	margin-left: 50px;
}
#footer .copyright a {
	color: #fff;
}
#footer .flogo {
	margin-bottom: 22px;
	text-align: center;
}
#footer .fnavi {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
#footer .fnavi li {
	width: 14.28%;
}
#footer .fnavi a {
	padding: 15px 5px;
	color: #fff;
	display: block;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
#footer .fnavi a:hover {
	background-color: #b60005;
}
#footer .fbox {
	display: flex;
	justify-content: space-between;
	color: #fff;
}
#footer .fbox a {
	color: #fff;
}
#footer .fbox .fttl {
	padding-bottom: 10px;
	margin-bottom: 10px;
	max-width: 120px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid #fff;
}
#footer .fbox .rbox {
	max-width: 300px;
}
#footer .fbox .rbox .address {
	font-size: 14px;
	line-height: 32px;
}
#footer .fbox .rbox .address .tel {
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	font-family: Impact, "sans-serif";
}
#footer .fbox .lbox {
	max-width: 490px;
}
#footer .fbox .lbox ul {
	display: flex;
	flex-wrap: wrap;
}
#footer .fbox .lbox ul li {
	width: 50%;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 10px 15px 0;
}
#footer .fbox .lbox ul a:hover {
	color: #b60005;
}
#footer .fbox .code {
	margin-top: 40px;
}

.mainvisual .swiper-slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 960px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainvisual .inn {
	text-align: center;
	color: #fff;
}
.mainvisual .img img {
	width: 700px;
}
.mainvisual .ttl {
	margin-bottom: 20px;
	font-size: 76px;
	font-weight: bold;
}
.mainvisual .txt {
	margin-bottom: 20px;
	font-size: 28px;
}
.mainvisual .line {
	margin-bottom: 20px;
	line-height: 0;
}
.mainvisual .text {
	margin-bottom: 20px;
}
.mainvisual .text span {
	display: inline-block;
	position: relative;
	font-size: 28px;
}
.mainvisual .text span:before {
	width: 247px;
	height: 5px;
	position: absolute;
	left: -220px;
	top: 20px;
	background: url(../img/line02.png) no-repeat;
	content: "";
}
.mainvisual .text span:after {
	width: 247px;
	height: 5px;
	position: absolute;
	right: -220px;
	top: 20px;
	background: url(../img/line02.png) no-repeat;
	content: "";
}
.mainvisual .arrowbtm {
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	z-index: 10;
}
.mainvisual .swiper-pagination {
	position: static;
	color: #fff;
}
.mainvisual .swiper-pagination-current {
	margin: 0 5px;
}
.mainvisual .swiper-pagination-total {
	color: rgba(255,255,255,0.5);
	margin: 0 5px;
}
.mainvisual .swiper-button-next:after,
.mainvisual .swiper-button-prev:after {
	display: none;
}
.mainvisual .swiper-button-prev {
	width: 27px;
	height: 19px;
	left: -50px;
	background: url(../img/prev.png) no-repeat;
	margin-top: -10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.mainvisual .swiper-button-prev:hover {
	left: -60px;
}
.mainvisual .swiper-button-next {
	width: 27px;
	height: 19px;
	right: -50px;
	background: url(../img/next.png) no-repeat;
	margin-top: -10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.mainvisual .swiper-button-next:hover {
	right: -60px;
}

.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.headline01 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 46px;
	color: #b60005;
	margin-top:30px;
}
.headline01 .txt01 {
	display: block;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.headline01 .txt01 span {
	padding: 0 40px;
	display: inline-block;
	position: relative;
}
.headline01 .txt01 span:before {
	width: 32px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/line03.png) no-repeat;
	content: "";
}
.headline01 .txt01 span:after {
	width: 32px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../img/line04.png) no-repeat;
	content: "";
}
.headline01 img {
	display: block;
	margin: 0 auto;
}

.indexsec01 {
	padding: 70px 0;
	background: url(../img/bg01.png) no-repeat left top;
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
}
.indexsec01 .leaftop {
	width: 409px;
	position: absolute !important;
	right: 3% !important;
	top: 110px !important;
	left: inherit !important;
}
.indexsec01 .leafbottom {
	width: 700px;
	position: absolute !important;
	left: 2% !important;
	bottom: 0 !important;
	top: inherit !important;
}
.indexsec01 .comWidth {
	position: relative;
	z-index: 5;
}
.indexsec01 .cateul {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.indexsec01 .cateul li {
	margin: 0 1.875% 20px 0;
	width: 18.5%;
}
.indexsec01 .cateul li:nth-child(5n) {
	margin-right: 0;
}
.indexsec01 .cateul a {
	padding: 15px 5px;
	color: #0563e2;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #0563e2;
	text-align: center;
}
.indexsec01 .cateul a:hover {
	background-color: #b60005;
	color: #fff;
	border-color: #b60005;
}
.indexsec01 .photoul {
	display: flex;
	flex-wrap: wrap;
}
.indexsec01 .photoul li {
	width: 23.8%;
	margin: 0 1.6% 20px 0;
}
.indexsec01 .photoul li:nth-child(4n) {
	margin-right: 0;
}
.indexsec01 .photoul a {
	display: block;
	height: 100%;
	background-color: #0563e2;
}
.indexsec01 .photoul .photo {
	border: 1px solid #999;
	position: relative;
	height: 248px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
.indexsec01 .photoul .photo > img {
	min-height: 246px;
	width: 100%;
}
.indexsec01 .photoul .hiddenbox {
	padding: 21% 5px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5,99,226,0.8);
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec01 .photoul .hiddenbox p {
	color: #fff;
	max-width: 180px;
	margin: 20px auto 0;
	border-radius: 10px;
	border: 1px solid #fff;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px;
}
.indexsec01 .photoul a:hover .hiddenbox {
	opacity: 1;
}
.indexsec01 .photoul .ttl {
	padding: 10px 5px;
	text-align: center;
	color: #fff;
}
.indexsec01 .photoul a:hover {
	background-color: #b60005;
}
#marquee {
	height: 800px;
	overflow: hidden;
}
.comMore {
	margin: 30px auto 0;
	text-align: center;
}
.comMore a {
	width: 240px;
	padding: 10px 5px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
	background-color: #0563e2;
	letter-spacing: 1px;
	box-sizing: border-box;
}
.comMore a:hover {
	color: #fff !important;
	background-color: #b60005 !important;
}
.indexsec02 .imgbox {
	display: flex;
}
.indexsec02 .imgbox .photo {
	width: 50%;
	background: url(../img/photo02.png) no-repeat center center;
	background-size: cover;
}
.indexsec02 .imgbox .txtbox {
	width: 50%;
	background: url(../img/bg02.gif) no-repeat center center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.indexsec02 .imgbox .txtbox:before {
	background-color: rgba(5,99,226,0.86);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.indexsec02 .imgbox .inner {
	box-sizing: border-box;
	max-width: 740px;
	padding: 55px 40px;
	position: relative;
	z-index: 5;
}
.indexsec02 .imgbox h3 {
	margin-bottom: 10px;
	font-size: 30px;
}
.indexsec02 .imgbox h3 .en {
	padding-bottom: 15px;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	font-size: 21px;
	color: rgba(255,255,255,0.4);
	font-family: Impact, "sans-serif";
	font-weight: normal;
	line-height: 30px;
	position: relative;
}
.indexsec02 .imgbox h3 .en:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 134px;
	height: 1px;
	background-color: rgba(255,255,255,0.4);
	content: "";
}
.indexsec02 .imgbox .inner p {
	line-height: 35px;
	text-align: justify;
}
.indexsec02 .imgbox .comMore {
	text-align: right;
}
.indexsec02 .imgbox .comMore a {
	background-color: #fff;
	color: #0563e2;
}
.indexsec02 .numul {
	display: flex;
	background-color: #004db4;
	text-align: center;
}
.indexsec02 .numul li {
	width: 25%;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	box-sizing: border-box;
	padding: 15px 5px;
}
.indexsec02 .numul li:not(:last-child):before {
	width: 1px;
	height: 74px;
	margin-top: -37px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../img/line05.png) no-repeat;
	content: "";
}
.indexsec02 .numul .num {
	font-size: 22px;
}
.indexsec02 .numul .num span {
	font-size: 56px;
	font-weight: bold;
}
.indexsec02 .numul li:first-child .num,
.indexsec02 .numul li:nth-child(2) .num {
	font-size: 56px;
}
.indexsec03 {
	padding: 70px 0;
	background: url(../img/bg03.png) no-repeat center center;
	background-size: cover;
}
.indexsec03 .inner {
	display: flex;
}
.indexsec03 .inner .sliderbox {
	width: 40.5%;
}
.indexsec03 .inner .sliderbox .swiper-slide {
	height: 460px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indexsec03 .inner .sliderbox .swiper-slide img {
	width: 100%;
	height: auto;
}
.indexsec03 .inner .sliderbox .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0 7px;
}
.indexsec03 .inner .sliderbox .swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	background-color: transparent;
}

.indexsec03 .inner .txtul {
	width: 29.75%;
}
.indexsec03 .inner .txtul li {
	min-height: 230px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 45px 55px 10px 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec03 .inner .txtul h3 {
	margin-bottom: 10px;
	color: #0563e2;
	font-size: 22px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec03 .inner .txtul p {
	font-size: 17px;
	line-height: 30px;
	text-align: justify;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec03 .inner .txtul .num {
	padding-top: 2px;
	position: absolute;
	right: -45px;
	top: 50%;
	margin-top: -45px;
	width: 90px;
	height: 90px;
	background-color: #0563e2;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	border-radius: 100%;
	border: 8px solid #daebfb;
	z-index: 10;
	font-size: 46px;
	font-family: Impact, "sans-serif";
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec03 .inner .txtulR .num {
	left: -45px;
	right: inherit;
}
.indexsec03 .inner .txtulR li {
	padding-left: 55px;
	padding-right: 30px;
}
.indexsec03 .inner .txtul li:hover {
	background: url(../img/bg04.png) no-repeat center center;
	background-size: cover;
}
.indexsec03 .inner .txtul li:hover .num {
	background-color: #b60005;
	border-color: #fff;
	transform: rotateY(360deg);
}
.indexsec03 .inner .txtul li:hover p,
.indexsec03 .inner .txtul li:hover h3 {
	color: #fff;
}
.indexsec04 {
	padding: 70px 0;
	background: url(../img/bg05.png) no-repeat center center fixed;
	background-size: cover;
}
.indexsec04 .headline01,
.indexsec04 .headline01 .txt01 span {
	color: #fff;
}
.indexsec04 .headline01 .txt01 span:before {
	background-image: url(../img/line06.png);
}
.indexsec04 .headline01 .txt01 span:after {
	background-image: url(../img/line07.png);
}
.indexsec04 .swiper-slide {
	width: 324px;
}
.indexsec04 .swiper-slide .photo {
	height: 243px;
	overflow: hidden;
}
.indexsec04 .swiper-slide .photo img {
	width: 100%;
	min-height: 243px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec04 .swiper-slide a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec04 .swiper-slide p {
	padding: 10px 5px;
	text-align: center;
	font-size: 18px;
	background-color: #eee;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec04 .swiper-slide a {
	display: block;
}
.indexsec04 .swiper-slide a:hover p {
	background-color: #b60005;
	color: #fff;
}
.indexsec04 .comMore a {
    background-color: #fff;
    color: #0563e2;
}
.indexsec04 .swiper-button-next:after,
.indexsec04 .swiper-button-prev:after {
	display: none;
}
.indexsec04 .comWidth {
	max-width: 1500px;
}
.indexsec04 .inner {
	position: relative;
	padding: 0 35px;
}
.indexsec04 .swiper-button-prev {
	margin-top: -42px;
	width: 24px;
	height: 84px;
	left: 0;
	background: #fff url(../img/prev01.png) no-repeat center center;
}
.indexsec04 .swiper-button-next {
	margin-top: -42px;
	width: 24px;
	height: 84px;
	right: 0;
	background: #fff url(../img/next01.png) no-repeat center center;
}
.indexsec05 {
	padding: 70px 0 0;
}
.indexsec05 .swiper-container {
	width: 40.5%;
	float: left;
}
.indexsec05 .swiper-slide img {
	width: 100%;
	height: auto;
}
.indexsec05 .swiper-pagination-bullet {
	opacity: 1;
	width: 18px;
	height: 18px;
	background-color: #fff;
	margin: 0 10px !important;
}
.indexsec05 .swiper-pagination-bullet-active {
	background-color: #b60005;
}
.indexsec05 .rbox {
	width: 58%;
	float: right;
	border-top: 1px solid #ccc;
}
.indexsec05 .rbox li {
	border-bottom: 1px solid #ccc;
}
.indexsec05 .rbox a {
	display: block;
	background-color: #f7f7f7;
	position: relative;
	padding: 16px 20px 15px 160px;
}
.indexsec05 .rbox .time {
	width: 130px;
	position: absolute;
	left: 10px;
	top: 15px;
	text-align: center;
	font-size: 18px;
	color: #0563e2;
	line-height: 1;
	border-right: 2px solid #009cff;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	line-height:85px;
}
.indexsec05 .rbox .time span {
	font-size: 67px;
	display: block;
}
.indexsec05 .rbox h3 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #0563e2;
	font-weight: normal;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec05 .rbox p {
	color: #666;
	font-size: 14px;
}
.indexsec05 .rbox .link {
	margin-top: 5px;
	text-align: right;
}
.indexsec05 .rbox .link span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background-color: #0563e2;
	border-radius: 10px;
	padding: 5px 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec05 .rbox a:hover {
	background-color: #fff;
}
.indexsec05 .rbox a:hover h3 {
	color: #b60005;
	margin-left: 20px;
}
.indexsec05 .rbox a:hover .time {
	border-right-color: #b60005;
	color: #b60005;
}
.indexsec05 .rbox a:hover .link span {
	background-color: #b60005;
}

.comImg img {
	width: 100%;
}
.pagePath {
	margin: 10px 0 60px;
	padding: 0 0 0 20px;
	font-size: 20px;
	border-left: 5px solid #0563e2;
}
.pagePath a:hover {
	color: #b60005;
}

.contactPage .photo {
	text-align: center;
}
.contactPage .inner {
	max-width: 1245px;
	margin: 0 auto 60px;
	border-radius: 25px;
	box-shadow: 1px 3px 5px 2px rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding: 65px 11%;
}
.contactPage .inner h2 {
	margin-bottom: 50px;
	font-size: 30px;
}
.contactPage .inner .txtbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.contactPage .inner .code {
	text-align: center;
	font-size: 22px;
}
.contactPage .inner ul {
	position: relative;
}
.contactPage .inner ul:before {
	width: 1px;
	position: absolute;
	left: 18px;
	top: 0;
	bottom: 0;
	background-color: #666;
	content: "";
}
.contactPage .inner li {
	position: relative;
	z-index: 2;
	font-size: 18px;
	margin-bottom: 25px;
}
.contactPage .inner li:last-child {
	margin-bottom: 0;
}
.contactPage .inner li .tel {
	color: #0563e2;
	font-size: 36px;
	font-family: Impact, "sans-serif";
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}
.contactPage .inner li img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 15px 0 0;
}

.aboutPage .sec01 {
	margin-bottom: 70px;
}
.aboutPage .sec01 h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
}
.aboutPage .sec01 h2 span {
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	color: #0563e2;
	font-size: 38px;
	font-weight: bold;
	position: relative;
}
.aboutPage .sec01 h2 span:before {
	width: 285px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #333;
	content: "";
}
.aboutPage .sec01 .imgbox {
	display: flex;
	justify-content: space-between;
}
.aboutPage .sec01 .txtbox {
	width: 50%;
}
.aboutPage .sec01 .txtbox p {
	text-align: justify;
	font-size: 18px;
	line-height: 37px;
	text-indent: 25px;
}
.aboutPage .sec01 .txtbox .txt {
	margin-top: 40px;
}
.aboutPage .sec01 .photobox {
	margin-top: 10px;
	width: 47.5%;
	overflow: hidden;
}
.aboutPage .sec01 .photobox img {
	width: 100%;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.aboutPage .sec01 .photobox:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.aboutPage .sec02 {
	padding: 70px 0;
	background: url(../img/bg07.png) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.aboutPage .sec02 h2 {
	text-align: center;
	font-size: 49px;
	margin-bottom: 30px;
	letter-spacing: 5px;
}
.aboutPage .sec02 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 120px;
}
.aboutPage .sec02 ul:before {
	width: 2px;
	height: 76px;
	margin-left: -1px;
	position: absolute;
	left: 50%;
	bottom: -100px;
	background-color: #fff;
	content: "";
}
.aboutPage .sec02 ul li {
	margin: 0 20px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.aboutPage .sec02 ul span {
	display: block;
	font-size: 18px;
	font-family: Impact, "sans-serif";
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.aboutPage .sec02 p {
	text-align: center;
	font-size: 18px;
	line-height: 34px;
}
.aboutPage .sec03 {
	padding: 200px 0;
	margin-bottom: -70px;
	background: url(../img/bg08.png) no-repeat center center;
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
}
.aboutPage .sec03 .leafl {
	position: absolute !important;
	left: 20px !important;
	top: 40px !important;
}
.aboutPage .sec03 .leafr {
	position: absolute !important;
	right: 20px !important;
	bottom: 40px !important;
	left: inherit !important;
	top: inherit !important;
}
.aboutPage .sec03 .imgbox {
	position: relative;
	z-index: 10;
	padding: 128px 0 0 42%;
}
.aboutPage .sec03 .imgbox .photo {
	width: 57.9%;
	position: absolute;
	left: 0;
	top: 0;
}
.aboutPage .sec03 .imgbox .photo img {
	width: 100%;
}
.aboutPage .sec03 .imgbox .txtbox {
	padding: 60px 50px 60px 33%;
	background: url(../img/bg09.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	line-height: 30px;
}
.aboutPage .sec03 .imgbox .txtbox p:not(:last-child) {
	margin-bottom: 30px;
	text-align: justify;
}

/*pages*/
.pagination-wrapper{
margin: 20px 0 0;
}
.pagination{
text-align: center;
}
.pagination li {
	margin-top: 5px;
display: inline-block;
height: 32px;
line-height: 32px;
margin-right: 5px;
border: 1px solid #dddddd;
padding: 0 12px;
text-decoration: none;
}
.pagination li a{
 display:inline;
display: block;
font-size: 16px;
color: #555555;

}
.pagination li a:hover{
color:#2b6fa7;
}
.pagination li.thisclass {
background: #1B82FF;
color: #fff;
height: 32px;
line-height: 32px;
padding: 0 12px;
font-size: 16px;
text-decoration: none;
}
.pagination li.thisclass a,.pagination li.thisclass a:hover{
background: transparent;
border-color: #1B82FF;
color: #fff;
cursor: default;
}

.comUl {
	display: flex;
	flex-wrap: wrap;
}
.comUl li {
	width: 31%;
	margin: 0 3.5% 40px 0;
}
.comUl li:nth-child(3n) {
	margin-right: 0;
}
.comUl a {
	height: 325px;
	overflow: hidden;
	display: block;
	position: relative;
}
.comUl a > img {
	width: 100%;
	min-height: 325px;
}
.comUl .hiddenInn {
	padding: 10px;
	width: 100%;
	height: 190px;
	position: absolute;
	left: 0;
	bottom: -146px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(5,99,226,0.82);
	-webkit-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
}
.comUl .hiddenInn .icon {
	margin: 20px 0;
}
.comUl .hiddenInn .link {
	max-width: 230px;
	margin: 0 auto;
	border-radius: 15px;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 5px;
}
.comUl a:hover .hiddenInn {
	bottom: 0;
}

.headline02 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
}
.comNote {
	margin-bottom: 40px;
	text-align: center;
}
.comNote span {
	margin-left: 40px;
}
.comInfo img {
	height: auto !important;
	margin: 0 auto;
	display: block;
}
.comInfo {
	line-height: 30px;
}
.comInfo * {
	font-size: 16px !important;
	color: #333 !important;
	line-height: 30px !important;
}
.pageList {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	color: #666;
	font-size: 18px;
}
.pageList li {
	max-width: 48%;
}
.pageList a {
	color: #666;
}
.pageList a:hover {
	color: #b60005;
}

.caseDetailPage .info h2 {
	margin-bottom: 30px;
	font-size: 26px;
	color: #1a4682;
}
.caseDetailPage .info .imgbox {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}
.caseDetailPage .info .imgbox .photobox {
	width: 47%;
}
.caseDetailPage .info .imgbox .photobox img {
	width: 100%;
	height: auto;
}
.caseDetailPage .info .imgbox .txtbox {
	width: 48%;
}
.caseDetailPage .info .imgbox .txtbox h3 {
	margin-bottom: 20px;
	font-size: 40px;
}
.caseDetailPage .info .imgbox .txtbox p {
	font-size: 18px;
	line-height: 35px;
}
.caseDetailPage .info .photoul {
	display: flex;
	flex-wrap: wrap;
}
.caseDetailPage .info .photoul li {
	width: 300px;
	margin: 0 20px 0 0;
}
.caseDetailPage .info .photoul a {
	display: block;
	height: 225px;
	overflow: hidden;
}
.caseDetailPage .info .photoul img {
	width: 100%;
	min-height: 225px;
}
.caseDetailPage .info .photoul a:hover {
	opacity: 0.6;
}
.caseDetailPage #scroll {
	height: 225px;
	overflow: hidden;
}

.newsPage .imgbox {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.newsPage .imgbox .photobox {
	width: 50%;
}
.newsPage .imgbox .photobox img {
	width: 100%;
	height: auto;
}
.newsPage .imgbox .txtbox {
	width: 47%;
}
.newsPage .imgbox .txtbox h2 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 30px;
	border-bottom: 2px solid #faaf08;
}
.newsPage .imgbox .txtbox p {
	line-height: 30px;
}
.newsPage .imgbox .txtbox .link {
	max-width: 260px;
	margin: 20px auto 0;
}
.newsPage .imgbox .txtbox .link a {
	display: block;
	color: #0563e2;
	text-align: center;
	border: 1px solid #0563e2;
	border-radius: 15px;
	padding: 5px;
}
.newsPage .imgbox .txtbox .link a:hover {
	color: #fff;
	background-color: #b60005;
	border-color: #b60005;
}
.newsPage .newsul {
	display: flex;
	flex-wrap: wrap;
}
.newsPage .newsul li {
	width: 32%;
	margin: 0 2% 30px 0;
}
.newsPage .newsul li:nth-child(3n) {
	margin-right: 0;
}
.newsPage .newsul a {
	display: block;
	position: relative;
	border-radius: 10px;
	height: 336px;
	overflow: hidden;
}
.newsPage .newsul .inner {
	padding: 15px;
	border-radius: 0 0 10px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	box-sizing: border-box;
}
.newsPage .newsul img {
	width: 100%;
	min-height: 336px;
	border-radius: 10px;
}
.newsPage .newsul h2 {
	margin-bottom: 5px;
}
.newsPage .newsul .time {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(5,99,226,0.8);
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 0 10px 0 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #fff;
}
.newsPage .newsul p {
	font-size: 14px;
	color: #666;
}
.newsPage .newsul a:hover {
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
}
.newsPage .newsul a:hover .time {
	background-color: #b60005;
}

.productPage {
	padding-top: 180px;
	position: relative;
}
.productPage .cateNavi {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(255,255,255,0.9);
}
.productPage .cateNavi.fix {
	position: fixed;
}
.productPage .cateNavi ul {
	max-width: 1430px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
}
.productPage .cateNavi ul li {
	width: 19%;
	margin: 5px 1.25% 5px 0;
}
.productPage .cateNavi ul li:nth-child(5n) {
	margin-right: 0;
}
.productPage .cateNavi a {
	padding: 10px 5px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #0563e2;
	border: 1px solid #0563e2;
}
.productPage .cateNavi a:hover {
	color: #fff;
	background-color: #0563e2;
}
.productPage .item {
	padding: 100px 0;
}
.productPage .item h2 {
	margin-bottom: 20px;
	font-size: 36px;
	color: #0563e2;
	text-align: center;
}
.productPage .item p {
	text-align: center;
	line-height: 33px;
}
.productPage .item ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	justify-content: center;
}
.productPage .item ul li {
	width: 31.3%;
	margin: 30px 3.05% 0 0;
}
.productPage .item ul li:nth-child(3n) {
	margin-right: 0;
}
.productPage .item ul a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 328px;
}
.productPage .item ul a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #e8e8e8;
	content: "";
}
.productPage .item ul a > img {
	width: 100%;
	min-height: 328px;
}
.productPage .item ul .hidden {
	box-sizing: border-box;
	padding: 20px 15px;
	position: absolute;
	left: 0;
	bottom: -160px;
	width: 100%;
	height: 160px;
	text-align: center;
	background-color: rgba(5,99,226,0.82);
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 5;
}
.productPage .item ul .hidden .link {
	border: 1px solid #fff;
	border-radius: 30px;
	max-width: 260px;
	margin: 20px auto 0;
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
}
.productPage .item ul a:hover .hidden {
	bottom: 0;
}
.productPage .info {
	margin-bottom: -70px;
}
.productPage .info .item:nth-child(2n) {
	background-color: #f2f2f2;
}

.productDetailPage .h2Ttl {
	text-align: center;
	font-size: 36px;
	color: #0563e2;
	margin-bottom: 20px;
}
.productDetailPage .topTxt {
	text-align: center;
	line-height: 30px;
	margin-bottom: 60px;
}
.productDetailPage .h3Ttl {
	font-size: 26px;
	color: #0563e2;
	margin-bottom: 20px;
}
.productDetailPage .series {
	margin-bottom: 60px;
}
.productDetailPage .series ul {
	display: flex;
	flex-wrap: wrap;
}
.productDetailPage .series li {
	width: 30.6%;
	margin: 0 4.1% 30px 0;
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.productDetailPage .series img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.productDetailPage .series li:nth-child(3n) {
	margin-right: 0;
}
.productDetailPage .features {
	margin-bottom: 60px;
}
.productDetailPage .features li {
	padding: 30px 20px 30px 200px;
	margin-bottom: 10px;
	background-color: #eee;
	position: relative;
}
.productDetailPage .features li .icon {
	width: 170px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #9FA0A0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
}
.productDetailPage .features li p {
	font-size: 18px;
	line-height: 30px;
}
.productDetailPage .features li h3 {
	margin-bottom: 10px;
	font-size: 22px;
	color: #0563e2;
}
.productDetailPage .summary {
	margin-bottom: 60px;
	line-height: 30px;
	font-size: 18px;
}
.productDetailPage .parameter img {
	height: auto !important;
	display: block;
	margin: 0 auto;
}

@media all and (max-width: 991px) {
	#header .menu {
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 38px;
	  height: 30px;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #333;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 13px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(13px) rotate(-45deg);
	  transform: translateY(13px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-13px) rotate(45deg);
	  transform: translateY(-13px) rotate(45deg);
	}
	#header {
		padding: 15px 15px 15px;
		position: relative;
		overflow: inherit;
	}
	#header .htel {
		display: none;
	}
	#header .width {
		max-width: inherit;
		display: block;
	}
	#header h1 {
		max-width: 240px;
	}
	#header .navi {
		display: none;
		width: 100%;
		background-color: #0563E2;
		position: absolute;
		left: 0;
		top: 100%;
		padding-left: 0;
		z-index: 500;
	}
	#header .navi:before,
	#header .navi:after {
		display: none;
	}
	#header .navi ul {
		display: block;
	}
	#header .navi li {
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	#header .navi a {
		padding: 10px 5px;
		display: block;
		height: auto;
		font-size: 16px;
		text-align: center;
	}
	#header .navi a:after,
	#header .navi a:before {
		display: none;
	}

	#footer {
		margin-top: 30px;
	}
	#footer .fbg {
		padding: 30px 15px 15px;
	}
	#footer .width {
		max-width: inherit;
	}
	#footer .copyright {
		padding: 5px 5px 65px;
	}
	#footer .copyright span {
		display: block;
		margin: 5px 0 0;
	}
	#footer .flogo {
		margin-bottom: 20px;
	}
	#footer .fnavi {
		display: none;
	}
	#footer .fbox {
		display: block;
	}
	#footer .fbox .fttl {
		display: none;
	}
	#footer .fbox .rbox {
		max-width: inherit;
	}
	#footer .fbox .rbox .address {
		line-height: 30px;
	}
	#footer .fbox .rbox .address .tel {
		font-size: 24px;
	}
	#footer .fbox .code,
	#footer .fbox .lbox {
		display: none;
	}

	.mainvisual .swiper-slide {
		height: 400px;
	}
	.mainvisual .inn {
		padding: 0 15px;
	}
	.mainvisual .ttl {
		margin-bottom: 10px;
		font-size: 22px;
	}
	.mainvisual .img img {
		width: 290px;
	}
	.mainvisual .txt {
		margin-bottom: 0;
		font-size: 16px;
	}
	.mainvisual .line {
		margin-bottom: 10px;
	}
	.mainvisual .text {
		margin-bottom: 0;
	}
	.mainvisual .text span {
		font-size: 16px;
	}
	.mainvisual .text span:before,
	.mainvisual .text span:after {
		display: none;
	}
	.mainvisual .arrowbtm {
		bottom: 15px;
	}
	.mainvisual .swiper-pagination {
		font-size: 20px;
	}
	.mainvisual .swiper-button-prev {
		width: 18px;
		height: 13px;
		left: -30px;
		background-size: 18px auto;
		margin-top: -6px;
	}
	.mainvisual .swiper-button-prev:hover {
		left: -30px;
	}
	.mainvisual .swiper-button-next {
		width: 18px;
		height: 13px;
		right: -30px;
		margin-top: -6px;
		background-size: 18px auto;
	}
	.mainvisual .swiper-button-next:hover {
		right: -30px;
	}

	.comWidth {
		max-width: inherit;
	}

	.headline01 {
		margin-bottom: 20px;
		font-size: 25px;
	}
	.headline01 .txt01 {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.headline01 .txt01 span {
		padding: 0 26px;
	}
	.headline01 .txt01 span:before {
		width: 20px;
		background-size: 20px 1px;
	}
	.headline01 .txt01 span:after {
		width: 20px;
		background-size: 20px 1px;
	}
	.headline01 img {
		width: 100px;
	}

	.indexsec01 {
		padding: 30px 0;
	}
	.indexsec01 .leaftop,
	.indexsec01 .leafbottom {
		display: none !important;
	}
	.indexsec01 .cateul {
		justify-content: space-between;
	}
	.indexsec01 .cateul li {
		margin: 0 0 10px;
		width: 49%;
	}
	.indexsec01 .cateul a {
		padding: 10px 5px;
		font-size: 14px;
	}
	.indexsec01 .photoul {
		justify-content: space-between;
	}
	.indexsec01 .photoul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.indexsec01 .photoul .photo {
		height: 127px;
	}
	.indexsec01 .photoul .photo > img {
		min-height: 125px;
	}
	.indexsec01 .photoul .hiddenbox {
		display: none;
	}
	#marquee {
		height: 500px;
	}
	.comMore {
		margin: 20px auto 0;
	}
	.comMore a {
		width: 180px;
		padding: 7px 5px;
		font-size: 14px;
	}
	.indexsec02 .imgbox {
		display: block;
	}
	.indexsec02 .imgbox .photo {
		width: auto;
		background: none;
	}
	.indexsec02 .imgbox .photo img {
		width: 100%;
	}
	.indexsec02 .imgbox .txtbox {
		width: auto;
	}
	.indexsec02 .imgbox .inner {
		max-width: inherit;
		padding: 15px;
	}
	.indexsec02 .imgbox h3 {
		font-size: 20px;
		text-align: center;
	}
	.indexsec02 .imgbox h3 .en {
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 20px;
	}
	.indexsec02 .imgbox h3 .en:before {
		left: 50%;
		width: 100px;
		margin-left: -50px;
	}
	.indexsec02 .imgbox .inner p {
		font-size: 14px;
		line-height: 1.6;
	}
	.indexsec02 .imgbox .comMore {
		text-align: center;
	}
	.indexsec02 .numul {
		flex-wrap: wrap;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	.indexsec02 .numul li {
		width: 50%;
		font-size: 14px;
		line-height: 1.2;
		border-right: 1px solid rgba(255,255,255,0.5);
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.indexsec02 .numul li:nth-child(2n) {
		border-right: none;
	}
	.indexsec02 .numul li:not(:last-child):before {
		display: none;
	}
	.indexsec02 .numul .num {
		font-size: 16px;
	}
	.indexsec02 .numul .num span {
		font-size: 35px;
	}
	.indexsec02 .numul li:first-child .num,
	.indexsec02 .numul li:nth-child(2) .num {
		font-size: 35px;
	}
	.indexsec03 {
		padding: 30px 0;
	}
	.indexsec03 .inner {
		display: block;
	}
	.indexsec03 .inner .sliderbox {
		width: auto;
	}
	.indexsec03 .inner .sliderbox .swiper-slide {
		height: auto;
		display: block;
	}
	.indexsec03 .inner .txtul {
		width: auto;
	}
	.indexsec03 .inner .txtul li {
		min-height: inherit;
		margin: 10px 0;
		padding: 15px 15px 15px 50px !important;
	}
	.indexsec03 .inner .txtul h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.indexsec03 .inner .txtul p {
		font-size: 14px;
		line-height: 1.5;
	}
	.indexsec03 .inner .txtul .num {
		right: inherit;
		left: -10px !important;
		margin-top: 0;
		top: 5px;
		width: 50px;
		height: 50px;
		border: 4px solid #daebfb;
		font-size: 24px;
	}
	.indexsec04 {
		padding: 30px 0;
		background: url(../img/bg05.png) no-repeat center center;
		background-size: cover;
	}
	.indexsec04 .swiper-slide .photo {
		height: 125px;
	}
	.indexsec04 .swiper-slide .photo img {
		min-height: 125px;
	}
	.indexsec04 .swiper-slide p {
		font-size: 16px;
		padding: 5px;
	}
	.indexsec04 .comWidth {
		max-width: inherit;
	}
	.indexsec04 .inner {
		padding: 0;
	}
	.indexsec04 .swiper-button-prev {
		margin-top: -30px;
		width: 20px;
		height: 60px;
		background-size: 8px auto;
	}
	.indexsec04 .swiper-button-next {
		margin-top: -30px;
		width: 20px;
		height: 60px;
		background-size: 8px auto;
	}
	.indexsec05 {
		padding: 30px 0 0;
	}
	.indexsec05 .swiper-container {
		width: auto;
		float: none;
	}
	.indexsec05 .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 6px !important;
	}
	.indexsec05 .rbox {
		margin-top: 20px;
		width: auto;
		float: none;
	}
	.indexsec05 .rbox a {
		padding: 15px 15px 15px 120px;
	}
	.indexsec05 .rbox .time {
		width: 100px;
		left: 0;
		top: 30px;
		font-size: 16px;
	}
	.indexsec05 .rbox .time span {
		font-size: 40px;
	}
	.indexsec05 .rbox h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.indexsec05 .rbox .link span {
		font-size: 13px;
	}
	.indexsec05 .rbox a:hover h3 {
		margin-left: 0;
	}
	.pagePath {
		margin: 5px 0 20px;
		padding: 0 0 0 10px;
		font-size: 15px;
		border-left-width: 3px;
	}
	
	.contactPage .inner {
		max-width: inherit;
		margin: 0 auto 20px;
		border-radius: 15px;
		padding: 20px;
	}
	.contactPage .inner h2 {
		margin-bottom: 20px;
		font-size: 20px;
		text-align: center;
	}
	.contactPage .inner .txtbox {
		display: block;
	}
	.contactPage .inner .code {
		display: none;
	}
	.contactPage .inner ul:before {
		display: none;
	}
	.contactPage .inner li {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.contactPage .inner li .tel {
		font-size: 26px;
	}
	.contactPage .inner li img {
		width: 26px;
		margin: -2px 10px 0 0;
	}
	.aboutPage .sec01 {
		margin-bottom: 30px;
	}
	.aboutPage .sec01 h2 {
		font-size: 16px;
		margin-bottom: 10px;
		text-align: center;
	}
	.aboutPage .sec01 h2 span {
		padding-bottom: 5px;
		margin-bottom: 5px;
		font-size: 20px;	
	}
	.aboutPage .sec01 h2 span:before {
		width: 120px;
		left: 50%;
		margin-left: -60px;
	}
	.aboutPage .sec01 .imgbox {
		display: block;
	}
	.aboutPage .sec01 .txtbox {
		width: auto;
	}
	.aboutPage .sec01 .txtbox p {
		font-size: 14px;
		line-height: 1.5;
	}
	.aboutPage .sec01 .txtbox .txt {
		margin-top: 20px;
		text-align: center;
	}
	.aboutPage .sec01 .photobox {
		margin-top: 20px;
		width: auto;
	}
	.aboutPage .sec02 {
		padding: 30px 0;
	}
	.aboutPage .sec02 h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.aboutPage .sec02 ul {
		margin: 0 -15px 100px;
	}
	.aboutPage .sec02 ul:before {
		height: 70px;
		bottom: -85px;
	}
	.aboutPage .sec02 ul li {
		margin: 10px 7px 0;
		font-size: 18px;
		letter-spacing: 0;
	}
	.aboutPage .sec02 ul span {
		font-size: 14px;
	}
	.aboutPage .sec02 p {
		font-size: 14px;
		line-height: 1.5;
	}
	.aboutPage .sec03 {
		padding: 30px 0;
		margin-bottom: -30px;
	}
	.aboutPage .sec03 .leafl,
	.aboutPage .sec03 .leafr {
		display: none !important;
	}
	.aboutPage .sec03 .imgbox {
		padding: 0;
	}
	.aboutPage .sec03 .imgbox .photo {
		width: auto;
		position: static;
	}
	.aboutPage .sec03 .imgbox .txtbox {
		padding: 15px;
		line-height: 1.5;
	}
	.aboutPage .sec03 .imgbox .txtbox p:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.pagination li a{
		font-size: 14px;
	}
	.pagination li.thisclass {
		font-size: 14px;
	}
	
	.comUl {
		justify-content: space-between;
	}
	.comUl li {
		width: 49%;
		margin: 0 0 20px;
	}
	.comUl a {
		height: 130px;
	}
	.comUl a > img {
		min-height: 130px;
	}
	.comUl .hiddenInn {
		padding: 5px;
		height: 120px;
		bottom: -89px;
	}
	.comUl .hiddenInn .icon {
		margin: 10px auto;
		width: 120px;
	}
	.comUl .hiddenInn .link {
		max-width: 150px;
	}
	.headline02 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.comNote {
		margin-bottom: 20px;
	}
	.comNote span {
		margin-left: 30px;
	}
	.comInfo {
		line-height: 1.5;
	}
	.comInfo * {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	.pageList {
		display: block;
		margin-top: 20px;
		font-size: 14px;
	}
	.pageList li {
		margin-top: 5px;
		max-width: inherit;
	}
	.caseDetailPage .info h2 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.caseDetailPage .info .imgbox {
		margin-bottom: 30px;
		display: block;
	}
	.caseDetailPage .info .imgbox .photobox {
		width: auto;
		margin-bottom: 10px;
	}
	.caseDetailPage .info .imgbox .txtbox {
		width: auto;
	}
	.caseDetailPage .info .imgbox .txtbox h3 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.caseDetailPage .info .imgbox .txtbox p {
		font-size: 14px;
		line-height: 1.5;
	}
	.caseDetailPage .info .photoul li {
		width: 150px;
		margin-right: 10px;
	}
	.caseDetailPage .info .photoul a {
		height: 112px;
	}
	.caseDetailPage .info .photoul img {
		min-height: 112px;
	}
	.caseDetailPage #scroll {
		height: 112px;
	}
	.newsPage .imgbox {
		margin-bottom: 30px;
		display: block;
	}
	.newsPage .imgbox .photobox {
		margin-bottom: 10px;
		width: auto;
	}
	.newsPage .imgbox .txtbox {
		width: auto;
	}
	.newsPage .imgbox .txtbox h2 {
		padding-bottom: 5px;
		margin-bottom: 15px;
		font-size: 18px;
		text-align: center;
	}
	.newsPage .imgbox .txtbox p {
		line-height: 1.5;
	}
	.newsPage .imgbox .txtbox .link {
		max-width: 200px;
	}
	.newsPage .newsul {
		display: block;
	}
	.newsPage .newsul li {
		width: auto;
		margin: 0 0 20px;
	}
	.newsPage .newsul a {
		height: 260px;
	}
	.newsPage .newsul img {
		min-height: 260px;
	}
	.newsPage .newsul .time {
		font-size: 16px;
	}	
	.productPage {
		padding-top: 350px;
	}
	.productPage .cateNavi.fix {
		position: absolute !important;
	}
	.productPage .cateNavi ul {
		max-width: inherit;
	}
	.productPage .cateNavi ul li {
		width: 32.5%;
		margin: 3px 1.25% 3px 0 !important;
	}
	.productPage .cateNavi ul li:nth-child(3n) {
		margin-right: 0 !important;
	}
	.productPage .cateNavi a {
		padding: 5px;
		font-size: 13px;
	}
	.productPage .item {
		padding: 30px 0;
	}
	.productPage .item h2 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.productPage .item p {
		line-height: 1.5;
	}
	.productPage .item ul {
		margin-top: 10px;
	}
	.productPage .item ul li {
		width: 49%;
		margin: 15px 0 0;
	}
	.productPage .item ul a {
		height: 126px;
	}
	.productPage .item ul a > img {
		min-height: 126px;
	}
	.productPage .item ul .hidden {
		display: none;
	}
	.productPage .info {
		margin-bottom: -30px;
	}
	
	.productDetailPage .h2Ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.productDetailPage .topTxt {
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.productDetailPage .h3Ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.productDetailPage .series {
		margin-bottom: 30px;
	}
	.productDetailPage .series ul {
		justify-content: space-between;
	}
	.productDetailPage .series li {
		width: 49%;
		margin: 0 0 10px;
		height: 130px;
	}
	.productDetailPage .features {
		margin-bottom: 30px;
	}
	.productDetailPage .features li {
		padding: 15px 15px 15px 95px;
	}
	.productDetailPage .features li .icon {
		width: 80px;
		padding: 5px 20px;
	}
	.productDetailPage .features li p {
		font-size: 14px;
		line-height: 1.5;
	}
	.productDetailPage .features li h3 {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.productDetailPage .summary {
		margin-bottom: 30px;
		line-height: 1.5;
		font-size: 14px;
	}

}

@media all and (min-width: 1211px) and (max-width: 1429px) {
	.indexsec01 .photoul .photo {
		height: 210px;
	}
	.indexsec01 .photoul .photo > img {
		min-height: 208px;
	}
	.indexsec03 .inner .txtul li {
		min-height: 195px;
		padding: 20px 55px 10px 20px;
	}
	.indexsec03 .inner .txtulR li {
		padding-left: 55px;
		padding-right: 20px;
	}
	.indexsec03 .inner .sliderbox .swiper-slide {
		height: 390px;
	}
	.indexsec01 .photoul .hiddenbox {
		padding-top: 18%;
	}
	.comUl a {
		height: 274px;
	}
	.comUl a > img {
		min-height: 274px;
	}
	.caseDetailPage .info .photoul a {
		height: 280px;
	}
	.caseDetailPage .info .photoul img {
		min-height: 280px;
	}
	.newsPage .newsul a {
		height: 283px;
	}
	.newsPage .newsul img {
		min-height: 283px;
	}
	.productPage .item ul a {
		height: 280px;
	}
	.productPage .item ul a > img {
		min-height: 280px;
	}
	.productDetailPage .series li {
		height: 275px;
	}
}

@media all and (min-width: 992px) and (max-width: 1200px) {
	#header h1 {
		width: 30%;
	}
	#header .navi {
		width: 60%;
	}
	#header .navi a {
		font-size: 16px;
	}
	.mainvisual .ttl {
		font-size: 60px;
	}
	.mainvisual .txt {
		font-size: 22px;
	}
	.indexsec01 .cateul a {
		font-size: 15px;
	}
	.indexsec01 .photoul .photo {
		height: 172px;
	}
	.indexsec01 .photoul .photo > img {
		min-height: 170px;
	}
	.indexsec01 .photoul .hiddenbox {
		padding-top: 13%;
	}
	.indexsec03 .inner .sliderbox .swiper-slide {
		height: 318px;
	}
	.indexsec03 .inner .txtul li {
		min-height: 159px;
		padding: 15px 55px 10px 15px;
	}
	.indexsec03 .inner .txtul h3 {
		margin-bottom: 5px;
		font-size: 18px;
	}
	.indexsec03 .inner .txtul p {
		line-height: 1.5;
		font-size: 15px;
	}
	.indexsec03 .inner .txtulR li {
		padding-left: 55px;
		padding-right: 15px;
	}
	#footer .fbox .lbox {
		max-width: 380px;
	}
	#footer .fbox .code {
		width: 250px;
	}
	.contactPage .inner {
		padding-left: 40px;
		padding-right: 40px;
	}
	.comUl a {
		height: 228px;
	}
	.comUl a > img {
		min-height: 228px;
	}
	.caseDetailPage .info .photoul a {
		height: 230px;
	}
	.caseDetailPage .info .photoul img {
		min-height: 230px;
	}
	.newsPage .newsul a {
		height: 230px;
	}
	.newsPage .newsul img {
		min-height: 230px;
	}
	.productPage .cateNavi a {
		font-size: 15px;
	}
	.productPage .item ul a {
		height: 225px;
	}
	.productPage .item ul a > img {
		min-height: 225px;
	}
	.productDetailPage .series li {
		height: 225px;
	}
}

@font-face {
	font-family: 'icomoon';
    src:url('font/icomoon.eot?qradjf');
    src:url('font/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('font/icomoon.ttf?qradjf') format('truetype'),
        url('font/icomoon.woff?qradjf') format('woff'),
        url('font/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}
/*new right*/
.cndns-right{position:fixed;right:1px;top:40%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(../img/kefu.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(/img/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t{overflow: hidden;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:8px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.meau-sev .cndns-right-box .box-border{width:230px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#ff6800;font-size:16px;line-height:16px;margin-top: 16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
@media all and (max-width: 991px) {
	.cndns-right{display: none;}
}

/* 工具栏 */
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 888;left: 0;display: none;}
#toolbar .list{display: flex;background: #1048a0;}
#toolbar .list li{width: 25%; text-align: center;}
#toolbar .list a{display: block;padding: 5px;}
#toolbar .list a span{text-align: center; color: #fff; display: block; font-size: 14px;}
#toolbar .list a img {display: block;margin: 5px auto;}
#toolbar .list li:hover{background: #0185d0;}
/*微信弹窗*/
#wxnr{width:100%;height: 100%;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0,0,0,.6);}
#wxnr .nrdf{position: absolute;top: 50%;left: 0;right: 0;width: 300px;height: 300px;padding: 40px 10px 20px;text-align:center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;box-sizing: border-box;margin: -150px auto 0;}
#wxnr img{width: 190px;height: auto;display: block;margin: 0 auto 10px;}
#wxnr p{font-size: 14px;text-align:center;line-height: 30px;}
#wxnr i{position: absolute;top: 5px;right:5px;width: 20px;height: 20px;font-size: 14px;text-align:center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 100%;cursor: pointer;}
#wxnr span{display:inline-block;padding: 0 5px;background-color: #1048a0;color:#fff;border-radius: 5px;cursor:pointer;}
/*复制提示*/
#weixin{position: fixed;top: 50%;margin-top: -26px;z-index: 9999999;font-size: 16px;color: #fff;width: 90%;right: 5%;text-align: center;background: rgba(0, 0, 0, 0.8);border: 2px solid #333;border-radius: 5px;display: none;line-height: 50px;}
@media all and (max-width: 991px) {
	#toolbar{display: block;}
}


#pagelist,#espcms_bbs_pagelist{color:#818181; font-size:14px; text-align:center;}
.pagination {overflow: hidden;padding:10px 0px;font-size:12px;margin: 0px;}
/*按钮色彩样式*/
.pagination a {border: #c2e2e7 1px solid;color: #95b1b5;text-decoration: none;overflow: hidden;padding:5px 5px;margin: 0px 0px 0px 5px;}
.pagination a:visited {text-decoration: none;overflow: hidden;}
.pagination a:active {text-decoration: none;overflow: hidden;}
.pagination a:hover {color: #fff;background-color: #c2e2e7;overflow: hidden;}
.pagination span.current {border: #c2e2e7 1px solid;color: #fff;overflow: hidden;padding:5px 5px;margin: 0px 0px 0px 5px;}
.pagination span.disabled {background-color: #a6c3dd;}
/*search*/
.search_title { margin-top:10px; border:0px solid #ccc; background:#F2F2F2; border-right:0; border-left:0; height:auto; line-height:30px; padding-left:5px; }
.search_title a { padding-left:15px; font-weight:bold }
.search_content { margin-top:5px; border-bottom:1px dotted #ccc }
.search_content h2 { height:25px; line-height:25px; font-size:14px; }
.search_content h2 a { font-size:14px; }
.search_content p { padding:5px 0; line-height:23px; }
.search_page { width:99%; border-top:none; text-align:left; margin-top:8px; }
.search_page ul { list-style:none }
.search_page li { display:block; float:left; margin-left:5px; height:25px; line-height:25px; }
.search_page li a { display:block; height:25px; line-height:25px; float:left; }
.search_page li.focus a { font-weight:bold; color:#990000 }
/*分页样式*/
.page_fy {padding:8px; margin:3px; text-align:center; margin-top:10px; font-size:14px;}
.page_fy A {padding:6px;MARGIN: 2px; COLOR: #fff;  TEXT-DECORATION: none; BACKGROUND-COLOR: #1e2432; border:#1e2432 1px solid;-moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:14px;}
.page_fy A:hover {MARGIN: 2px;  COLOR: #fff; BACKGROUND-COLOR: #b60005; border:#b60005 1px solid; padding:6px;}
.page_fy span{padding:6px;MARGIN: 2px; COLOR: #fff;  TEXT-DECORATION: none; BACKGROUND-COLOR: #1e2432; border:#1e2432 1px solid;-moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:14px;}
.page_fy span.current { BACKGROUND-COLOR: #b60005; border:#b60005 1px solid; font-size:14px;}
/**/
@media screen and (max-width:1024px){
.page_fy {padding:3px; margin:3px; text-align:center; margin-top:0px; font-size:12px;}
.page_fy A {padding:3px; MARGIN:2px; COLOR: #fff;  TEXT-DECORATION: none; BACKGROUND-COLOR: #1e2432; border:#1e2432 1px solid;-moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px;}
.page_fy A:hover {MARGIN: 2px; COLOR:#fff; BACKGROUND-COLOR: #902223; border:#902223 1px solid; padding:2px;}
.page_fy span{padding:3px;MARGIN: 2px; COLOR: #fff;  TEXT-DECORATION: none; BACKGROUND-COLOR: #1e2432; border:#1e2432 1px solid;-moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px;}
.page_fy span.current { BACKGROUND-COLOR: #902223; border:#902223 1px solid; font-size:12px;}

}